SourceOptions

data class SourceOptions(startOffset: Double, startOffsetTimelineReference: TimelineReferencePoint?) : Parcelable

Properties

startOffset
Link copied to clipboard
var startOffset: Double = 0.0
The position where the stream should be started.
startOffsetTimelineReference
Link copied to clipboard
var startOffsetTimelineReference: TimelineReferencePoint? = null
Sets the Timeline reference point to calculate the startOffset from.

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)